#null handling

[ follow ]
#null-handling
Medium
1 year ago
Scala

A few nice Rust features from a JVM/C perspective

Rust is a growing language used in various applications and systems.
Rust has interesting traits and features that set it apart from other languages. [ more ]
Medium
1 year ago
Scala

A few nice Rust features from a JVM/C perspective

Rust is a growing language in popularity and is used in various applications and systems.
Rust features like handling nulls using Option enum and default immutability provide advantages over other languages like Java and Scala. [ more ]
Medium
1 year ago
Scala

A few nice Rust features from a JVM/C perspective

Rust is a growing language used in various applications and systems.
Rust has interesting traits and features that set it apart from other languages. [ more ]
Medium
1 year ago
Scala

A few nice Rust features from a JVM/C perspective

Rust is a growing language in popularity and is used in various applications and systems.
Rust features like handling nulls using Option enum and default immutability provide advantages over other languages like Java and Scala. [ more ]
morenull-handling
#Scala
Alvinalexander
9 months ago
Scala

Using the Scala Option, Some, and None idiom (instead of Java null)

Using the Option class in Scala is a powerful idiom for handling null values and improving code clarity.
The Option class allows functions to return instances of Some or None, making it clear if a value is present or not. [ more ]
Alvinalexander
9 months ago
Scala

Using the Scala Option, Some, and None idiom (instead of Java null)

Using the Option class in Scala is a powerful idiom for handling null values and improving code clarity.
The Option class allows functions to return instances of Some or None, making it clear if a value is present or not. [ more ]
Alvinalexander
9 months ago
Scala

Using the Scala Option, Some, and None idiom (instead of Java null)

Using the Option class in Scala is a powerful idiom for handling null values and improving code clarity.
The Option class allows functions to return instances of Some or None, making it clear if a value is present or not. [ more ]
Alvinalexander
9 months ago
Scala

Using the Scala Option, Some, and None idiom (instead of Java null)

Using the Option class in Scala is a powerful idiom for handling null values and improving code clarity.
The Option class allows functions to return instances of Some or None, making it clear if a value is present or not. [ more ]
moreScala
[ Load more ]